Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add home/end/tab support #40

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add home/end/tab support #40

wants to merge 1 commit into from

Conversation

japajoe
Copy link

@japajoe japajoe commented Dec 30, 2022

My apologies if I'm doing it wrong, but I have no idea how this pull request stuff works as it's my first time.

break;

case SDLK_TAB: {
const char *text = " ";

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe it should be similar to SDLK_RETURN and add \t instead of 4 spaces

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tried that but that unfortunately doesn't work. Besides, SDLK_RETURN inserts a '\n'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants